flowbox: Don't use a removed child after it has been unparented
authorKjell Ahlstedt <kjellahlstedt@gmail.com>
Thu, 4 Jun 2020 09:23:46 +0000 (11:23 +0200)
committerKjell Ahlstedt <kjellahlstedt@gmail.com>
Thu, 4 Jun 2020 09:23:46 +0000 (11:23 +0200)
commit612955f2b73538bc5f612ea604e500d1f60ad804
tree0c2d50728f778ae2c5d78d95e1d1895923b6bca7
parent36314c3ff7c803d950e9147b9efe471c0c702b1a
flowbox: Don't use a removed child after it has been unparented

In gtk_flow_box_remove(), call g_sequence_remove() before the child is unparented.

See MR !2029
gtk/gtkflowbox.c